projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9cbdf4
)
[__GNUC__] (C_DEBUG_SWITCH): New definition.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 12 Jul 1996 00:05:23 +0000
(
00:05
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 12 Jul 1996 00:05:23 +0000
(
00:05
+0000)
src/s/irix5-0.h
patch
|
blob
|
history
diff --git
a/src/s/irix5-0.h
b/src/s/irix5-0.h
index 434136ba9ceb8830e60bdb12f2fd50375674b608..391ef31c60d404d1905c3a8efb5c501d617154e2 100644
(file)
--- a/
src/s/irix5-0.h
+++ b/
src/s/irix5-0.h
@@
-113,3
+113,9
@@
char *_getpty();
#ifndef __GNUC__
#define C_SWITCH_SYSTEM -cckr
#endif
+
+/* -g does not work on Irix, and since gcc warns if you use it,
+ turn off the warning. */
+#ifdef __GNUC__
+#define C_DEBUG_SWITCH
+#endif